|
DX11 SET RASTERIZER STATE FILL MODE
Sets the fill mode of the given rasterizer state.
Basically only used to toggle between wireframe and normal (filled) rendering of geometry.
DX11 SET RASTERIZER STATE FILL MODE rasterState, fillMode
rasterState Dword The rasterizer state to set the fill mode of.
fillMode Dword The fill mode to set for the given rasterizer state. Valid values map directly to the D3D11_FILL_MODE enumeration described on MSDN.
This function does not return a value.
RASTERIZERSTATE Functions Menu
DX11 Function Categories
|